home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / Include / fsioRpc.h < prev    next >
C/C++ Source or Header  |  1990-10-19  |  993b  |  32 lines

  1. /*
  2.  * fsioRpc.h --
  3.  *
  4.  *    Declarations of RPC calls for the fsio module.
  5.  *
  6.  * Copyright 1990 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /sprite/src/kernel/fsio/RCS/fsioRpc.h,v 1.1 90/10/09 15:49:01 mendel Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _FSIORPC
  19. #define _FSIORPC
  20.  
  21. #include <rpc.h>
  22.  
  23. /* procedures */
  24.  
  25. extern ReturnStatus Fsio_RpcStreamMigClose _ARGS_((ClientData srvToken, 
  26.         int clientID, int command, Rpc_Storage *storagePtr));
  27. extern ReturnStatus Fsio_RpcStreamMigCloseNew _ARGS_((ClientData srvToken, 
  28.         int clientID, int command, Rpc_Storage *storagePtr));
  29.  
  30. #endif /* _FSIORPC */
  31.  
  32.